home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / mw2demo.dir / 00032.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  169 b   |  13 lines

  1. on enterFrame
  2.   if rollOver(7) then
  3.     go("game facts return")
  4.   end if
  5.   if not rollOver(7) then
  6.     go("game facts 2")
  7.   end if
  8. end
  9.  
  10. on exitFrame
  11.   go(the frame)
  12. end
  13.